home *** CD-ROM | disk | FTP | other *** search
- object FrmInsertAddress: TFrmInsertAddress
- Left = 379
- Top = 107
- Width = 152
- Height = 227
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Insert Addresses'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDefaultPosOnly
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- PixelsPerInch = 120
- TextHeight = 16
- object PnlBottom: TPanel
- Left = 0
- Top = 156
- Width = 144
- Height = 31
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- DesignSize = (
- 144
- 31)
- object BtnInsert: TSpeedButton
- Left = 42
- Top = 4
- Width = 100
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Insert'
- OnClick = BtnInsertClick
- end
- end
- object PnlCenter: TPanel
- Left = 0
- Top = 20
- Width = 144
- Height = 136
- Align = alClient
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- object AddressTree: TElTree
- Left = 0
- Top = 0
- Width = 144
- Height = 136
- Align = alClient
- AlwaysKeepFocus = True
- AutoLookup = True
- BorderStyle = bsNone
- DeselectChildrenOnCollapse = True
- DoInplaceEdit = False
- DragTrgDrawMode = ColorRect
- ExpandOnDblClick = False
- FlatFocusedScrollbars = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HeaderHeight = 20
- HeaderHotTrack = False
- HeaderSections.Data = {
- F4FFFFFF01000000B0248B0601030000FFFFFFFF00010101010036043C000000
- 0A0000001027000001000004F42C9B0200000000010036040000000000000104
- 000000000000000000010000000000007F6A3604A46A3604C96A3604F86A3604
- 226B36044C6B36047B6B3604AC6B3604D86B3604FE6B3604236C3604476C3604
- 6B6C3604996C3604C76C3604F66C3604256D3604080000004164647265737300
- 01000000000000000000000000}
- HeaderFlat = True
- HideHintOnTimer = True
- HideSelectColor = clGray
- HideSelectTextColor = clWhite
- HideSelection = True
- HorzScrollBarStyles.MinThumbSize = 16
- HorzScrollBarStyles.NoSunkenThumb = True
- HorzScrollBarStyles.ShowTrackHint = False
- HorzScrollBarStyles.Width = 17
- HorzScrollBarStyles.ButtonSize = 21
- Images = frmAddress.ImageS
- Images2 = frmAddress.ImageS
- ItemIndent = 10
- LineHeight = 16
- LinesColor = clBtnShadow
- LinesStyle = psSolid
- LockHeaderHeight = True
- OwnerDrawByColumn = False
- ParentFont = False
- PopupMenu = PopupOptions
- ScrollBackground = True
- ScrollTracking = True
- ShowLeafButton = False
- ShowLines = False
- ShowRoot = True
- SortType = stCustom
- StoragePath = 'Tree'
- TabOrder = 0
- TabStop = True
- Tracking = False
- UnderlineTracked = False
- UseCustomScrollBars = False
- VerticalLines = True
- VertScrollBarStyles.MinThumbSize = 8
- VertScrollBarStyles.NoSunkenThumb = True
- VertScrollBarStyles.ShowTrackHint = True
- VertScrollBarStyles.Width = 17
- VertScrollBarStyles.ButtonSize = 21
- TextColor = clBtnText
- BkColor = clBtnFace
- OnDblClick = BtnInsertClick
- OnKeyPress = AddressTreeKeyPress
- OnKeyUp = AddressTreeKeyUp
- end
- end
- object PnlTop: TPanel
- Left = 0
- Top = 0
- Width = 144
- Height = 20
- Align = alTop
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 2
- DesignSize = (
- 144
- 20)
- object BtnBooks: TElPopupButton
- Left = 0
- Top = 1
- Width = 143
- Height = 16
- Cursor = crDefault
- DrawDefaultFrame = False
- PullDownMenu = PopupBooks
- PopupPlace = ppRight
- Flat = True
- LinkStyle = [fsUnderline]
- Margin = 3
- NumGlyphs = 1
- ShowFocus = False
- UseArrow = True
- ThinFrame = True
- ClickSound = '\'
- ShowBorder = False
- UseXPThemes = False
- Caption = '&Books'
- TabStop = False
- TabOrder = 0
- Color = clBtnFace
- ParentColor = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = BtnBooksClick
- Anchors = [akLeft, akTop, akRight]
- DockOrientation = doNoOrient
- DoubleBuffered = False
- end
- end
- object PopupBooks: TPopupMenu
- Left = 60
- Top = 21
- end
- object PopupOptions: TPopupMenu
- Left = 52
- Top = 84
- object MenuWindowsMode: TMenuItem
- Caption = 'Use Windows Selection Mode'
- OnClick = MenuWindowsModeClick
- end
- end
- end
-